ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class / ListViewGroupItem Constructor / ListViewGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
The group item.
The index of the group inside the collection of groups.

In This Topic
    ListViewGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
    In This Topic
    Initializes a new instance of the ListViewGroupItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal group As C1.DataCollection.IDataCollectionGroup(Of Object,Object), _
       ByVal dataIndex As Integer _
    )
    public ListViewGroupItem( 
       C1.DataCollection.IDataCollectionGroup<object,object> group,
       int dataIndex
    )

    Parameters

    group
    The group item.
    dataIndex
    The index of the group inside the collection of groups.
    See Also